Activates Data Binding Manager
From Documentation
This documentation is for an older version of ZK. For the latest one, please click here.
This documentation is for an older version of ZK. For the latest one, please click here.
Activates Data Binding Manager by defining the page Initializer at the top of the page.
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" ?>
This initiator class do following things:
- Creates an
AnnotateDataBinderinstance. - Sets the
AnnotateDataBinderinstance as a variable with the name "binder" stored in the component as specified inarg0"component-path".(if arg0 is not specified, usePageinstead.) - Calls
DataBinder.loadAll()to initiate all UI components from the associated data source.
Version History
| Version | Date | Content |
|---|---|---|